home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / misc / unix / Scroller.readme < prev    next >
Text File  |  1995-04-19  |  1KB  |  47 lines

  1. Short:    Ascii file scroller, works on VT100
  2. Author:   Pawel Hernik
  3. Uploader: spi-ph@srv1.tu.kielce.pl <Pawel Hernik>
  4. Type:     misc/unix
  5.  
  6. DESCRIPTION:
  7.  
  8. This is simple scroller for terminals supporting ansi sequences written
  9. in ansi C under Unix (SunOS) but should work on all systems (even Amiga).
  10.  
  11. INSTALLATION:
  12.  
  13. To install type "gzip -d Scroller" and then "sh Scroller"
  14. (or "chmod 700 Scroller" and "Scroller"). Installer automaticaly writes
  15. doc, source in current directory and compiles it.
  16. On Amiga you have to manually cut out source and simply type
  17. "execute scroller.c" for compiling with SAS C.
  18.  
  19. USAGE:
  20.  
  21.   scroll [-x<xn>][-y<yn>][-w<wd>][-l<lp>][-d<del>] textfile
  22.      x,y - upper left corner of scroller (1,1)
  23.       w  - scroller width (77)
  24.       l  - loop counter (1)
  25.       d  - delay (0)
  26.  
  27. Type for example:
  28.   scroll -y18 -w80 -l2 text
  29.  
  30. Minimal value for x,y,w is 1. Maximal value for width is 200 (if you have
  31. such wide terminal or use window under XWindows). Height of scroller is
  32. constant (6 chars). If your terminal is too fast use delay option.
  33. Without any arguments scroller displays all possible characters.
  34.  
  35. AUTHOR:
  36.  
  37. If you like and use it send to me a postcard or e-mail.
  38. This program is of course FREEWARE :) but you still CAN send to me
  39. 1GB hard disk, 040 or 060 card for my A4030, digital multisync monitor, etc.
  40.  
  41.         Pawel Hernik
  42.         Nowowiejska 24/3
  43.         25532 Kielce
  44.         POLAND
  45.  
  46. E-mail: spi-ph@srv1.tu.kielce.pl
  47.